• frmProductsRecord1.Designer.cs
  • project /
1 namespace WarehouseManagementSystem
2 {
3     
partial class frmProductsRecord1
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.dataGridView1 = new System.Windows.Forms.DataGridView();
32             
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
33             
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
34             
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
35             
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
36             
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
37             
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
38             
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
39             
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
40             
this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
41             
this.groupBox1 = new System.Windows.Forms.GroupBox();
42             
this.txtProductname = new System.Windows.Forms.TextBox();
43             
this.groupBox2 = new System.Windows.Forms.GroupBox();
44             
this.txtCategory = new System.Windows.Forms.TextBox();
45             
this.groupBox3 = new System.Windows.Forms.GroupBox();
46             
this.txtSubCategory = new System.Windows.Forms.TextBox();
47             
this.groupBox4 = new System.Windows.Forms.GroupBox();
48             
this.Button3 = new System.Windows.Forms.Button();
49             
this.lblUser = new System.Windows.Forms.Label();
50             
this.lblUserType = new System.Windows.Forms.Label();
51             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).BeginInit();
52             
this.groupBox1.SuspendLayout();
53             
this.groupBox2.SuspendLayout();
54             
this.groupBox3.SuspendLayout();
55             
this.groupBox4.SuspendLayout();
56             
this.SuspendLayout();
57             
//
58             
// dataGridView1
59             
//
60             
this.dataGridView1.AllowUserToAddRows = false;
61             
this.dataGridView1.AllowUserToDeleteRows = false;
62             
this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
63             
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
64             
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
65             
this.Column1,
66             
this.Column8,
67             
this.Column2,
68             
this.Column3,
69             
this.Column4,
70             
this.Column5,
71             
this.Column6,
72             
this.Column7,
73             
this.Column9});
74             
this.dataGridView1.Location = new System.Drawing.Point(2, 94);
75             
this.dataGridView1.MultiSelect = false;
76             
this.dataGridView1.Name = "dataGridView1";
77             
this.dataGridView1.ReadOnly = true;
78             
this.dataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
79             
this.dataGridView1.Size = new System.Drawing.Size(995, 489);
80             
this.dataGridView1.TabIndex = 2;
81             
this.dataGridView1.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_RowHeaderMouseClick);
82             
this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
83             
//
84             
// Column1
85             
//
86             
this.Column1.HeaderText = "Product ID";
87             
this.Column1.Name = "Column1";
88             
this.Column1.ReadOnly = true;
89             
//
90             
// Column8
91             
//
92             
this.Column8.HeaderText = "Product Name";
93             
this.Column8.Name = "Column8";
94             
this.Column8.ReadOnly = true;
95             
this.Column8.Width = 150;
96             
//
97             
// Column2
98             
//
99             
this.Column2.HeaderText = "Category ID";
100             
this.Column2.Name = "Column2";
101             
this.Column2.ReadOnly = true;
102             
//
103             
// Column3
104             
//
105             
this.Column3.HeaderText = "Category Name";
106             
this.Column3.Name = "Column3";
107             
this.Column3.ReadOnly = true;
108             
this.Column3.Width = 150;
109             
//
110             
// Column4
111             
//
112             
this.Column4.HeaderText = "Sub Category ID";
113             
this.Column4.Name = "Column4";
114             
this.Column4.ReadOnly = true;
115             
//
116             
// Column5
117             
//
118             
this.Column5.HeaderText = "Sub Category Name";
119             
this.Column5.Name = "Column5";
120             
this.Column5.ReadOnly = true;
121             
this.Column5.Width = 150;
122             
//
123             
// Column6
124             
//
125             
this.Column6.HeaderText = "Features";
126             
this.Column6.Name = "Column6";
127             
this.Column6.ReadOnly = true;
128             
//
129             
// Column7
130             
//
131             
this.Column7.HeaderText = "Price";
132             
this.Column7.Name = "Column7";
133             
this.Column7.ReadOnly = true;
134             
//
135             
// Column9
136             
//
137             
this.Column9.HeaderText = "Image";
138             
this.Column9.Name = "Column9";
139             
this.Column9.ReadOnly = true;
140             
this.Column9.Visible = false;
141             
//
142             
// groupBox1
143             
//
144             
this.groupBox1.Controls.Add(this.txtProductname);
145             
this.groupBox1.Location = new System.Drawing.Point(5, 3);
146             
this.groupBox1.Name = "groupBox1";
147             
this.groupBox1.Size = new System.Drawing.Size(213, 82);
148             
this.groupBox1.TabIndex = 3;
149             
this.groupBox1.TabStop = false;
150             
this.groupBox1.Text = "Search by Product Name";
151             
//
152             
// txtProductname
153             
//
154             
this.txtProductname.Location = new System.Drawing.Point(16, 40);
155             
this.txtProductname.Name = "txtProductname";
156             
this.txtProductname.Size = new System.Drawing.Size(178, 24);
157             
this.txtProductname.TabIndex = 0;
158             
this.txtProductname.TextChanged += new System.EventHandler(this.txtProductname_TextChanged);
159             
//
160             
// groupBox2
161             
//
162             
this.groupBox2.Controls.Add(this.txtCategory);
163             
this.groupBox2.Location = new System.Drawing.Point(224, 3);
164             
this.groupBox2.Name = "groupBox2";
165             
this.groupBox2.Size = new System.Drawing.Size(205, 82);
166             
this.groupBox2.TabIndex = 4;
167             
this.groupBox2.TabStop = false;
168             
this.groupBox2.Text = "Search by Category";
169             
//
170             
// txtCategory
171             
//
172             
this.txtCategory.Location = new System.Drawing.Point(16, 40);
173             
this.txtCategory.Name = "txtCategory";
174             
this.txtCategory.Size = new System.Drawing.Size(175, 24);
175             
this.txtCategory.TabIndex = 0;
176             
this.txtCategory.TextChanged += new System.EventHandler(this.txtCategory_TextChanged);
177             
//
178             
// groupBox3
179             
//
180             
this.groupBox3.Controls.Add(this.txtSubCategory);
181             
this.groupBox3.Location = new System.Drawing.Point(435, 3);
182             
this.groupBox3.Name = "groupBox3";
183             
this.groupBox3.Size = new System.Drawing.Size(200, 82);
184             
this.groupBox3.TabIndex = 5;
185             
this.groupBox3.TabStop = false;
186             
this.groupBox3.Text = "Search by Sub Category";
187             
//
188             
// txtSubCategory
189             
//
190             
this.txtSubCategory.Location = new System.Drawing.Point(16, 40);
191             
this.txtSubCategory.Name = "txtSubCategory";
192             
this.txtSubCategory.Size = new System.Drawing.Size(168, 24);
193             
this.txtSubCategory.TabIndex = 0;
194             
this.txtSubCategory.TextChanged += new System.EventHandler(this.txtSubCategory_TextChanged);
195             
//
196             
// groupBox4
197             
//
198             
this.groupBox4.Controls.Add(this.Button3);
199             
this.groupBox4.Location = new System.Drawing.Point(644, 3);
200             
this.groupBox4.Name = "groupBox4";
201             
this.groupBox4.Size = new System.Drawing.Size(89, 82);
202             
this.groupBox4.TabIndex = 19;
203             
this.groupBox4.TabStop = false;
204             
//
205             
// Button3
206             
//
207             
this.Button3.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
208             
this.Button3.Location = new System.Drawing.Point(13, 23);
209             
this.Button3.Name = "Button3";
210             
this.Button3.Size = new System.Drawing.Size(63, 43);
211             
this.Button3.TabIndex = 2;
212             
this.Button3.Text = "&Export Excel";
213             
this.Button3.UseVisualStyleBackColor = true;
214             
this.Button3.Click += new System.EventHandler(this.Button3_Click);
215             
//
216             
// lblUser
217             
//
218             
this.lblUser.AutoSize = true;
219             
this.lblUser.Location = new System.Drawing.Point(779, 43);
220             
this.lblUser.Name = "lblUser";
221             
this.lblUser.Size = new System.Drawing.Size(39, 17);
222             
this.lblUser.TabIndex = 20;
223             
this.lblUser.Text = "label1";
224             
this.lblUser.Visible = false;
225             
//
226             
// lblUserType
227             
//
228             
this.lblUserType.AutoSize = true;
229             
this.lblUserType.Location = new System.Drawing.Point(824, 39);
230             
this.lblUserType.Name = "lblUserType";
231             
this.lblUserType.Size = new System.Drawing.Size(39, 17);
232             
this.lblUserType.TabIndex = 21;
233             
this.lblUserType.Text = "label2";
234             
this.lblUserType.Visible = false;
235             
//
236             
// frmProductsRecord1
237             
//
238             
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
239             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
240             
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
241             
this.ClientSize = new System.Drawing.Size(1000, 585);
242             
this.Controls.Add(this.lblUserType);
243             
this.Controls.Add(this.lblUser);
244             
this.Controls.Add(this.groupBox4);
245             
this.Controls.Add(this.groupBox3);
246             
this.Controls.Add(this.groupBox2);
247             
this.Controls.Add(this.groupBox1);
248             
this.Controls.Add(this.dataGridView1);
249             
this.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
250             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
251             
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
252             
this.MaximizeBox = false;
253             
this.Name = "frmProductsRecord1";
254             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
255             
this.Text = "Products Record";
256             
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmProductsRecord_FormClosing);
257             
this.Load += new System.EventHandler(this.frmProductsRecord_Load);
258             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).EndInit();
259             
this.groupBox1.ResumeLayout(false);
260             
this.groupBox1.PerformLayout();
261             
this.groupBox2.ResumeLayout(false);
262             
this.groupBox2.PerformLayout();
263             
this.groupBox3.ResumeLayout(false);
264             
this.groupBox3.PerformLayout();
265             
this.groupBox4.ResumeLayout(false);
266             
this.ResumeLayout(false);
267             
this.PerformLayout();
268
269         }
270
271         
#endregion
272
273         
public System.Windows.Forms.DataGridView dataGridView1;
274         
private System.Windows.Forms.GroupBox groupBox1;
275         
private System.Windows.Forms.TextBox txtProductname;
276         
private System.Windows.Forms.GroupBox groupBox2;
277         
private System.Windows.Forms.TextBox txtCategory;
278         
private System.Windows.Forms.GroupBox groupBox3;
279         
private System.Windows.Forms.TextBox txtSubCategory;
280         
internal System.Windows.Forms.GroupBox groupBox4;
281         
internal System.Windows.Forms.Button Button3;
282         
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
283         
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
284         
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
285         
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
286         
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
287         
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
288         
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
289         
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
290         
private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
291         
public System.Windows.Forms.Label lblUser;
292         
public System.Windows.Forms.Label lblUserType;
293     }
294 }


Gõ tìm kiếm nhanh...